GrapeCity MultiRow Windows Forms Documentation
ActionList Constructor(String,IList<IAction>)


The displayed name of the creating action. The name should be a short string that describes the main function of the action.
The actions that are executed when the ActionList is executed.
Initializes a new instance of the ActionList class with a list of actions and display names.
Syntax
Public Function New( _
   ByVal name As String, _
   ByVal actions As IList(Of IAction) _
)
Dim name As String
Dim actions As IList(Of IAction)
 
Dim instance As New ActionList(name, actions)
public ActionList( 
   string name,
   IList<IAction> actions
)

Parameters

name
The displayed name of the creating action. The name should be a short string that describes the main function of the action.
actions
The actions that are executed when the ActionList is executed.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOne or more items in the actions array are a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActionList Class
ActionList Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.